home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / linklist / source.lha / README < prev    next >
Text File  |  1993-08-08  |  2KB  |  73 lines

  1.                 Generic Linked List
  2.                 ===================
  3.  
  4.  
  5. The distribution of the Generic Linked List package (Version 0.8, May 1993)
  6. includes the following files:
  7.  
  8.     Doc/Intro.3        - [nt]roff manual pages
  9.     Doc/lDef.3
  10.     Doc/lDel.3
  11.     Doc/lDelAll.3
  12.     Doc/lDelIndxNode.3
  13.     Doc/lDelNode.3
  14.     Doc/lDump.3
  15.     Doc/lFndFlagNode.3
  16.     Doc/lFndNode.3
  17.     Doc/lGetNode.3
  18.     Doc/lGetIndxNode.3
  19.     Doc/lInfo.3
  20.     Doc/lInfoIndxNode.3
  21.     Doc/lInfoNode.3
  22.     Doc/lInsNode.3
  23.     Doc/lSort.3
  24.     Doc/lUndump.3
  25.     Doc/lUpdIndxNode.3
  26.     Doc/lUpdNode.3
  27.     Makefile        - Berkeley or System V Makefile
  28.     Makefile.BCC        - Borland C++ v3.1 Makefile
  29.     README            - this file !
  30.     CHANGES            - list of changes
  31.     Tools_makerule        - make rules for Makefile
  32.     example.c        - example of use of Generic Linked List routines
  33.     sorted.c        - example of several sorting solutions
  34.     sorttest.c        - test of sorting theories in lSort
  35.     list.c            - Generic Linked List sources
  36.     list.h            - Generic Linked List defines and prototypes
  37.  
  38.  
  39. The installation of the Generic Linked List library is pretty simple :
  40.  
  41. 1)    Check the environment settings (TOOLS_HOME, DIR, LIB and RULE) in
  42.     the Makefile.
  43.  
  44. 2)    Check the environment settings (RANLIB) in the Tools_makerule.
  45.  
  46. 3)    Enter 'make newlib' at the UNIX prompt.
  47.  
  48. 4)    Enter 'make test' or 'make example' to create the executable of
  49.     the program 'example' at the UNIX prompt.
  50.  
  51.  
  52. I also ported the Generic Linked List to MSDOS, VAX-VMS and Macintosh. I
  53. didn't create a library on those machines, but I treated list.c and list.h
  54. the same as all the other source-files (*.[ch]) of the program.
  55.  
  56.  
  57. The Generic Linked List is in the public domain. It is available at our FTP
  58. archive (ftp.tno.nl or hermes.bouw.tno.nl), just retrieve te files :
  59.     /pub/TNO/BOUW/Bouwinf/linkedlist_0.8.README
  60.     /pub/TNO/BOUW/Bouwinf/linkedlist_0.8.shar
  61.  
  62.  
  63. If you have any comments, suggestions, or find any bugs, or make any changes
  64. you'd like to share, please let me know.
  65.  
  66.  
  67. Anita Eijs    (anita@bouw.tno.nl)
  68. TNO - BOUW - BouwInformatica
  69. P.O. Box 49
  70. 2600 AA Delft
  71. The Netherlands
  72. FAX : +31 15 843990
  73.